Welcome![Sign In][Sign Up]
Location:
Search - windows mobile socket

Search list

[Windows MobileCS_CaptureAccumulateTransfer

Description: Windows mobile 5.0的经典客户机、服务器Socket通信实例,摘自Symbol公司的软件源代码,本人已经在VS2005上调试通过。程序中有详细文档说明,如有问题请与本人联系。
Platform: | Size: 39246 | Author: yinyz | Hits:

[Other resourceGPRSDemo

Description: 【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然后启用这个连接, 在连接启动成功以后再用 socket 进行网络连接方可正常进行。源代码中封装了一个连接管理的类和测试代码,可以清楚地看到 Windows Mobile 在 socket 编程之前 到底需要做什么样的操作。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! 【开发日期】 2007-12-11 01:23:56
Platform: | Size: 159603 | Author: 谢红伟 | Hits:

[Other resourceGPRSDemo

Description: 需要用 Windows Mobile 来做通信处理,需要将手机端的数据通过GPRS传送至公网上的一个服务器上。数据传输我采用的是socket,用数据线+ActiveSync调试通过,数据传输正常,在准备将软件提交给质检部门的时候,用真正的GPRS来做通信测试时
Platform: | Size: 34038 | Author: pudncom12 | Hits:

[Windows MobileSignatureCaptureSample

Description: Windows Mobile用户签名程序,并可将程序通过Socket上传到用户计算机上
Platform: | Size: 57234 | Author: 李卫 | Hits:

[Windows MobileCS_CaptureAccumulateTransfer

Description: Windows mobile 5.0的经典客户机、服务器Socket通信实例,摘自Symbol公司的软件源代码,本人已经在VS2005上调试通过。程序中有详细文档说明,如有问题请与本人联系。-Windows mobile 5.0 classic client, server instance of Socket Communications, Symbol from the company
Platform: | Size: 289792 | Author: yinyz | Hits:

[Windows CEGPRSDemo

Description: 【软件名称】 《Windows Mobile中如何建立GPRS连接以便Socket能正常通信》 【版 本】 1.0.0 【操作系统】 Windows Mobile 5.0 【作 者】 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn 【软件说明】 手机开通GPRS以后,我们的 socket 程序还不能直接建立网络连接,需要用连接管理器来获取当前可用连接,并自动选择一个最佳的连接途径,然后启用这个连接, 在连接启动成功以后再用 socket 进行网络连接方可正常进行。源代码中封装了一个连接管理的类和测试代码,可以清楚地看到 Windows Mobile 在 socket 编程之前 到底需要做什么样的操作。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! 【开发日期】 2007-12-11 01:23:56-err
Platform: | Size: 159744 | Author: 谢红伟 | Hits:

[3G developGPRSDemo

Description: 需要用 Windows Mobile 来做通信处理,需要将手机端的数据通过GPRS传送至公网上的一个服务器上。数据传输我采用的是socket,用数据线+ActiveSync调试通过,数据传输正常,在准备将软件提交给质检部门的时候,用真正的GPRS来做通信测试时-Need to use Windows Mobile do deal with communications, the need to end mobile data transmission through GPRS Internet至公a server. Data I used socket, with data lines+ ActiveSync debug is passed, the normal data transmission, in preparation software submitted to the quality inspection departments, the use of real GPRS communications tests do
Platform: | Size: 33792 | Author: pudncom12 | Hits:

[Windows MobileSignatureCaptureSample

Description: Windows Mobile用户签名程序,并可将程序通过Socket上传到用户计算机上-Windows Mobile users signature procedures, and procedures through the Socket will be uploaded to a user s computer
Platform: | Size: 57344 | Author: 李卫 | Hits:

[CSharpWSClient

Description: C#在Windows Mobile平台上Socket通信程序的客户端-C# In the Windows Mobile platform Socket client communication procedures
Platform: | Size: 47104 | Author: coherewang | Hits:

[Internet-NetworkWSService

Description: C#在windows mobile平台Socket通信程序的服务器端程序 ,和WSClient.rar是一个Socket通信的例子程序-C# in the windows mobile platform, Socket communication program server-side procedures, and WSClient.rar is an example of Socket Communications procedure
Platform: | Size: 45056 | Author: coherewang | Hits:

[Windows Mobilewindows_mobile_5.0_socket

Description: windows mobile 5.0的经典客户机、服务器socket通信实例-windows mobile 5.0 classic client, the server socket communication examples
Platform: | Size: 38912 | Author: aj | Hits:

[Windows MobileSPSerialPort

Description: 在Windows Mobile手机操作系统下,实现串口通信功能。-In Windows Mobile phone operating system, realize the serial communication function.
Platform: | Size: 2002944 | Author: 李扯火 | Hits:

[CSharpPPCSocket

Description: Windows Mobile的简单IM程序(Socket via C sharp) 发一个Csharp socket的Demo, 其中client是WM Pocket PC ,server端是PC机的程序-Windows Mobile simple IM program (Socket via C sharp) issued a Csharp socket of the Demo, which the client is WM Pocket PC, server-side is a PC-program
Platform: | Size: 39936 | Author: 宋义 | Hits:

[Internet-NetworkFTPClient_demo

Description: 该FTP采用标准的FTP cmd,实现登录,上传,下载文件,对于需要跟踪底层消息处理的非常有帮助,并且稍加改动就可以移植到Windows Mobile,我们目前的产品一直在使用,非常的稳定,代码采用C/C++ 和 模板来编写,结构清晰,可读性强,对于socket编程来说也是很好的学习代码-The FTP standard FTP cmd, the realization of the registry, upload, download files, the need for follow-up to deal with the underlying message of the very helpful, and a little change can be ported to Windows Mobile, our current products have been using, very stable , code used C/C++ and templates to write, structure clear, readable, and for socket programming is also a very good learning code
Platform: | Size: 3739648 | Author: frankli | Hits:

[Windows MobilesocketPPC

Description: C# socket连接接收文件client-C# socket connection to receive a file client
Platform: | Size: 93184 | Author: wangtl | Hits:

[Windows MobileCmnetConn

Description: 用连接管理器API可以对Windows Mobile的GPRS连接进行管理,由程序发起连接GPRS请求完成连接的建立,但是有时候不那么幸运,Internet设置里多了一些其他无效的连接或者是复位后所有连接都丢失了,那我们应该主动创建自己的连接,然后实现联网。-Connection Manager API can be used on Windows Mobile' s GPRS connection management program initiated by the GPRS connection set up request to complete the connection, but sometimes not so lucky, Internet settings in more than a number of other invalid connection or reset all the connections are lost, then we should take the initiative to create their own connection, and then networked.
Platform: | Size: 190464 | Author: 谢红伟 | Hits:

[Windows CEFileExchanger

Description: 用来在Windows和WinCE/Windows Mobile/PPC设备之间交换文件的基于socket的源代码-Exchange files between windows and WinCE/Windows Mobile/PPC, written using windows socket API
Platform: | Size: 132096 | Author: 朱五 | Hits:

[Windows MobileMobileClient

Description: window mobile 上客户端代码编写,适合初学者学习-socket client program on windows mobile
Platform: | Size: 33792 | Author: 陈辉 | Hits:

[Windows MobileWindow_Mobile_Socket

Description: windows mobile socket网络编程新手必备资料-windows mobile socket network programming novice information!!
Platform: | Size: 402432 | Author: lixu | Hits:

[Windows MobileSocket_mobile

Description: 在windows mobile 6.5平台下的socket通信,实现功能是利用线程池从一个手机端向客户端发送文件。-In windows mobile 6.5 platform, the socket communication to achieve function is to use the thread pool from a mobile terminal to send the file to the client.
Platform: | Size: 307200 | Author: lh | Hits:
« 12 »

CodeBus www.codebus.net